1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_Screen
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.lblprint = New System.Windows.Forms.Label
26         Me.SuspendLayout()
27         
'
28         
'lblprint
29         
'
30         Me.lblprint.AutoSize = True
31         Me.lblprint.Font = New System.Drawing.Font(
"Arial Black", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
32         Me.lblprint.ForeColor = System.Drawing.Color.Red
33         Me.lblprint.Location = New System.Drawing.Point(
22, 18)
34         Me.lblprint.Name =
"lblprint"
35         Me.lblprint.Size = New System.Drawing.Size(
312, 22)
36         Me.lblprint.TabIndex =
0
37         Me.lblprint.Text =
"Please wait while printing records ..."
38         
'
39         
'Frm_Screen
40         
'
41         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
42         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
43         Me.BackColor = System.Drawing.SystemColors.ControlDark
44         Me.ClientSize = New System.Drawing.Size(
346, 60)
45         Me.Controls.Add(Me.lblprint)
46         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
47         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
48         Me.Name =
"Frm_Screen"
49         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
50         Me.ResumeLayout(False)
51         Me.PerformLayout()
52
53     End Sub
54     Friend WithEvents lblprint As System.Windows.Forms.Label
55 End Class


Gõ tìm kiếm nhanh...